DPTH-100T Inverter Communication Driver

 

DPTH-100T Inverter Communication Driver is the driver to communicate with solar inverter controller of DIK Co., Ltd. in Korea.

 

1. Read settings

 

<Figure 1> is read setting example of  DPTH-100T Inverter communication driver. 

<Figure 1>  Read setting example of  DPTH-100T Inverter communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively, according to setting of controller.

 

DPTH-100T Inverter communication driver¡¯s read schedule

Read schedule setting parameters are as follows:

1) STATION – Controller address = 0 ~ 255.

2) Read Command – Command = DATA. ( Refer to <Table 1> )

3) Read Start Address Don't care.

4) Save start address for Communication Server – Saving start address of Communication Server.

5) Read Size – Fixed to 1. ( Refer to <Table 1> )

 

Read schedule example) 

READ,     1,     DATA,     0,    0,   1,

 

<Table 1> is data saving address and contents of DPTH-100T Inverter communication driver.

<Table 2> is each bit status of 'Status' and 'Fault' value.

Data Saving Address

Contents

Data Range

Remarks

Start Add + 0

Input voltage (Vdc)

0.0~999.9

V

Start Add + 1

Input current (Idc)

0.0~2,500.0

A

Start Add + 2

Input power (Pdc)

0.0~1,250.0

kW

Start Add + 3

RS line voltage (Vrs)

0.0~999.9

V

Start Add + 4

ST line voltage (Vst)

Start Add + 5

TR line voltage (Vtr)

Start Add + 6

R-phase current (Ir)

0.0~2,500.0

A

Start Add + 7

S-phase current (Is)

Start Add + 8

T-phase current (It)

Start Add + 9

Output power (Pac)

0.0~1,250.0

Kw

Start Add + 10

Power factor (PF)

0.0~99.9

%

Start Add + 11

Ffrequency (Fac)

Hz

Start Add + 12

Max value of moment power generation (Pac_max)

0.0~1,250.0

kW

Start Add + 13

Total power of today (Daily_P)

0.0~6,500

kWh

Start Add + 14

Total power (Total_P)

0.0~160,000

Start Add + 15

Time of total power (Total_OP)

0~20,000

Min

Start Add + 16

Time of totay's total power (OP_Day)

0~65,535

Start Add + 17

Fan operation of a day (Fan_Run_Day)

0~65,000

Day

Start Add + 18

Internal stack temperature (Temp_Inverter)

-45~205

¡É

Start Add + 19

STATUS_1

 

Refer to <Table 2>

Start Add + 20

STATUS_2

 

Start Add + 21

FAULT_1

 

Start Add + 22

FAULT_2

 

Start Add + 23

FAULT_3

 

<Table 1> Data saving address and contents of DPTH-100T Inverter communication driver
Bit STATUS_1 STATUS_2

FAULT_1

FAULT_2

FAULT_3
Bit 0
(LSB)
SqStart : Ready for inverter's power generation(Waiting) Reserved

VpvLvF : Low voltage of PV(solar cells)

[ PV Low Voltage ]

IdcOcHw : Over current of PV(solar cells)

[ PV Over Current ]

Reserved
Bit 1 SqDone : Inverter's power generating, operating(MPPT)

VpvOvF : Over voltage of PV(solar cells)

[ PV Over Voltage ]

AcOcHw : Over current of Grid

[ Grid Over Current ]

Bit 2 FreqOk : Normal frequency

VdcLvF : Don't use

AcSYNC : Abnormal of frequency

Bit 3 VpvOk : Normal PV(solar cells)

VdcOvF : Don't use

InvF : Stop according to error of internal inverter

Bit 4 VdcOk : Don't use

VsLvF : Low voltage of Grid

[ Grid Low Voltage ]

Reserved

Bit 5 VsOk : Normal Grid

VsOvF : Over voltage of Grid

[ Grid Over Voltage ]

Bit 6 McOn : MC ON status

CALerr : Setting value error of internal inverter

Bit 7 FanOn : FAN ON status

SETerr : HMI setting value error

Bit 8
(MSB)
Reserved

CMDerr : Command error

(Communication error of external inverter or HMI )

<Table 2> Each bit status of 'Status' and 'Fault' value

  DPTH-100T Inverter communication driver store the same data in WORD, DWORD, FLOAT memory, but the data format are different.

If you click the icon  in protocol option part, you can see the dialogue box such as <Figure 2>. you can also set read schedule by using this part. 

<Figure 2> Example of DPTH-100T Inverter communication driver¡¯s Option dialogue box

   You can set read schedule by using , , button and listbox of <Figure 2>. 

<Figure 3> Example of DPTH-100T Inverter communication driver¡¯s read schedule Add/Edit dialogue box

When you click Add button or Edit button in dialogue box of <Figure 2>, dialogue box of <Figure 3> is shown.

  

2. Writing settings

DPTH-100T Inverter communication driver does not support Writing settings.